Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
add github token to get-version action
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Mar 12, 2024
1 parent d750316 commit 704e4eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/desktop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,17 @@ jobs:
latest: true
prerelease: true
# excludes: rc, alpha, beta # Optional. Exclude keywords like rc, alpha, beta releases.
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Bump possible release candidate version
id: bump_version
uses: christian-draeger/[email protected]
with:
current-version: ${{ steps.get_latest_release.outputs.name }}
version-fragment: "rc"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- name: Check out the branch or tag
id: vars
run: |
Expand Down

0 comments on commit 704e4eb

Please sign in to comment.