Skip to content

Commit

Permalink
Update manual-deploy-unstable.yml
Browse files Browse the repository at this point in the history
Testing the version tag and pointing it to v1 as opposed to v1.6.0 to see if the new change in the v1.6.0 release is interpreted with the v1 tag.
  • Loading branch information
Ronster2018 authored Oct 9, 2024
1 parent ec00f91 commit 56bcfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-deploy-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
packages: write
steps:
- name: Deploy to workshop
uses: hathitrust/github_actions/deploy@DEV-1150
uses: hathitrust/github_actions/deploy@v1
with:
image: ${{ needs.build-image.outputs.ghc_img }}
file: environments/${{ github.event.repository.name }}/testing/web-image.txt
Expand Down

0 comments on commit 56bcfe6

Please sign in to comment.