Skip to content

Commit

Permalink
fix: release action, shell
Browse files Browse the repository at this point in the history
  • Loading branch information
Delusoire committed Jul 2, 2024
1 parent b923073 commit 40e55f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ runs:
using: 'composite'
steps:
- name: Build
shell: bash
run: |
set -e
pushd dist
Expand All @@ -21,6 +22,7 @@ runs:
files: dist/*

- name: Update vault.json
shell: bash
run: |
set -e
pushd dist
Expand All @@ -40,6 +42,7 @@ runs:
rm -rf dist
- name: Git commit, rebase onto master
shell: bash
env:
PUSH_BRANCH: main
TMP_BRANCH: ${{ github.repository }}${{ github.run_id}}
Expand Down

0 comments on commit 40e55f9

Please sign in to comment.