Compare commits

..

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

View File

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