Compare commits

...

6 Commits

Author SHA1 Message Date
80728d7c7c Update ci/cd 2023-03-21 16:36:26 +01:00
2a9fb1d43b Update ci/cd 2023-03-21 16:27:32 +01:00
16df2b5702 Update ci/cd 2023-03-21 16:18:25 +01:00
d6a9187430 Test workflows 2023-03-21 11:49:30 +01:00
d1f7ffafeb Test workflows 2023-03-21 11:35:40 +01:00
ddafa1e1d7 Test workflows 2023-03-21 08:56:47 +01:00

View File

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