Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2a9fb1d43b | |||
| 16df2b5702 | |||
| d6a9187430 | |||
| d1f7ffafeb | |||
| ddafa1e1d7 |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user