Skip to content

Commit

Permalink
fix(test): [PM-0000] release version from vault
Browse files Browse the repository at this point in the history
  • Loading branch information
ratchadj committed Sep 13, 2022
1 parent e503e17 commit 2e8eebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3
with:
ref: v1.2.0
ref: ${{ steps.secrets.outputs.RELEASE_VERSION }}

# Runs a single command using the runners shell
- name: Run a one-line script
Expand Down

0 comments on commit 2e8eebf

Please sign in to comment.