Skip to content

Commit

Permalink
docs: correctly set version when updating (#545)
Browse files Browse the repository at this point in the history
Signed-off-by: Charlie Egan <charlie@styra.com>
  • Loading branch information
charlieegan3 authored Feb 7, 2024
1 parent daf2a16 commit 4007105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Save version
run: |
mkdir -p versions
echo "VERSION={{ env.GITHUB_REF }}" > versions/regal
echo "${{ github.sha }}" > versions/regal
- name: Update docs
uses: leigholiver/commit-with-deploy-key@v1.0.3
Expand Down

0 comments on commit 4007105

Please sign in to comment.