Compare commits

..

No commits in common. "master" and "10.0.4" have entirely different histories.

View File

@ -2,16 +2,16 @@ name: Release Creation
on:
release:
types: [created]
types: [published]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
repository: public/foundryvtt-frostgrave
repository: 'https://www.uberwald.me/gitea/public/foundryvtt-frostgrave'
path: 'buildtest'
# get part of the tag after the `v`
- name: Extract tag version number