Skip to content

Commit

Permalink
chore: test ver 5
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed Jul 10, 2024
1 parent f237aec commit 2904ca1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- run: |
SEMVER=$(grep -Po '"version": "\K[^"]*' package.json)
sed -i "s/ESI_SHELL_VERSION=.*/ESI_SHELL_VERSION=${SEMVER}-$(git rev-parse --short HEAD)/g" esi-shell
- run: grep ESI_SHELL_VERSION esi-shell

deploy:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand All @@ -53,6 +47,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- run: |
SEMVER=$(grep -Po '"version": "\K[^"]*' package.json)
sed -i "s/ESI_SHELL_VERSION=.*/ESI_SHELL_VERSION=${SEMVER}-$(git rev-parse --short HEAD)/g" esi-shell
- run: grep ESI_SHELL_VERSION esi-shell

- name: Setup Pages
uses: actions/configure-pages@v5

Expand Down

0 comments on commit 2904ca1

Please sign in to comment.