mirror of
https://github.com/Chatterino/chatterino2.git
synced 2026-08-24 02:24:18 -05:00
fix(ci): persist credentials for nightly-build tag (#7189)
The nightly release is failing, because it can't update the tag. Re-enable `persist-credentials` to make it work. Reviewed-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -373,7 +373,7 @@ jobs:
|
||||
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
|
||||
with:
|
||||
fetch-depth: 0 # allows for tags access
|
||||
persist-credentials: false
|
||||
persist-credentials: true # Required to update the nightly-build tag.
|
||||
|
||||
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
|
||||
name: Download artifacts
|
||||
|
||||
Reference in New Issue
Block a user