mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 13:38:13 -08: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
|
||||
runs-on: ubuntu-latest
|
||||
if: needs.fetch-info.outputs.build_type == 'release' || needs.fetch-info.outputs.build_type == 'nightly'
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
if: needs.fetch-info.outputs.build_type == 'nightly'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue