Skip to content

Commit

Permalink
Upgrade fission-codes/publish-action
Browse files Browse the repository at this point in the history
  • Loading branch information
icidasset committed Jun 13, 2023
1 parent 29425ce commit 34fa863
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: nix-shell --run "just staging-build"

- name: Publish to Fission
uses: fission-codes/publish-action@v1
uses: fission-codes/publish-action@v1.2.7
with:
machine_key: ${{ secrets.FISSION_STAGING_KEY }}
remote: "staging"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: nix-shell --run "just production-build"

- name: Publish to Fission
uses: fission-codes/publish-action@v1
uses: fission-codes/publish-action@v1.2.7
with:
machine_key: ${{ secrets.FISSION_PRODUCTION_KEY }}
build_dir: ./build
Expand Down

0 comments on commit 34fa863

Please sign in to comment.