Skip to content

Commit

Permalink
Merge pull request #5623 from gooddata/IMJ-fix-bump-version
Browse files Browse the repository at this point in the history
chore: fix rw-bump-version flow
  • Loading branch information
ivanmjartan authored Nov 28, 2024
2 parents bbbc7ef + cca3cc6 commit 005da39
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/rw-bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,14 @@ jobs:
outputs:
version: ${{ steps.version.outputs.version }}
steps:
- name: Setup node
uses: ./.github/actions/node/set-up-node
id: node-init
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ inputs.source-branch }}
token: ${{ secrets.TOKEN_GITHUB_YENKINS_ADMIN }}

- name: Setup node
uses: ./.github/actions/node/set-up-node
id: node-init
- name: Get version
uses: gooddata/gooddata-ui-sdk/.github/actions/get-version-action@master
id: version
Expand Down

0 comments on commit 005da39

Please sign in to comment.