Skip to content

Commit

Permalink
Move to stacker 1.0.0-rc3
Browse files Browse the repository at this point in the history
In an attempt to reproduce
 project-stacker/stacker#428
on the latest stacker, bump it to 1.0.0-rc3
  • Loading branch information
Scott Moser authored and smoser committed Mar 10, 2023
1 parent 6089cfc commit c4cd8aa
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 @@ -17,7 +17,7 @@ jobs:
- name: Prepare environment
run: |
sudo wget --progress=dot:mega -O /usr/bin/stacker \
https://github.com/project-stacker/stacker/releases/download/v1.0.0-rc1/stacker
https://github.com/project-stacker/stacker/releases/download/v1.0.0-rc3/stacker
sudo chmod 755 /usr/bin/stacker
which stacker
stacker --version
Expand Down

0 comments on commit c4cd8aa

Please sign in to comment.