mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-16 02:35:59 -07:00
fix: Creating tags
This commit is contained in:
parent
4c4b05ff16
commit
c7272d7c38
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -463,6 +463,8 @@ jobs:
|
||||||
- build-web
|
- build-web
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: needs.fetch-info.outputs.build_type == 'release' || needs.fetch-info.outputs.build_type == 'nightly'
|
if: needs.fetch-info.outputs.build_type == 'release' || needs.fetch-info.outputs.build_type == 'nightly'
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
if: needs.fetch-info.outputs.build_type == 'nightly'
|
if: needs.fetch-info.outputs.build_type == 'nightly'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue