Skip to content

Commit

Permalink
Merge pull request #3 from GauzStudio/fred-update-semantic-versioning
Browse files Browse the repository at this point in the history
change version.yml action reference to relative path for testing
  • Loading branch information
FredericoGauz authored Mar 3, 2021
2 parents ec92bb3 + bf9bb9d commit c2bf1f2
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 c2bf1f2

Please sign in to comment.