Skip to content

Commit

Permalink
馃敡 chore: Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
honzabubenik committed Dec 8, 2023
1 parent 5d48ecc commit 39e9168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: [ self-hosted, Linux ]
steps:
- name: Prepare release branch and PR
uses: localazy/release@v1
uses: 'localazy/release@v1'
with:
action: prepare
app-id: ${{ secrets.AUTH_APP_ID }}
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: [ self-hosted, Linux ]
steps:
- name: Release new version
uses: localazy/release@v1
uses: 'localazy/release@v1'
with:
action: release
app-id: ${{ secrets.AUTH_APP_ID }}
Expand Down

0 comments on commit 39e9168

Please sign in to comment.