Skip to content

Commit

Permalink
change version.yml action reference to relative path for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericoGauz committed Mar 3, 2021
1 parent e0d5137 commit bf9bb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Generate version
id: generate-new-version
uses: Expensify/Expensify.cash/.github/actions/bumpVersion@master
uses: ./.github/actions/bumpVersion
with:
GITHUB_TOKEN: ${{ secrets.OS_BOTIFY_TOKEN }}
SEMVER_LEVEL: Patch
Expand Down

0 comments on commit bf9bb9d

Please sign in to comment.