Skip to content

Commit

Permalink
Update package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
VJalili committed Jul 3, 2024
1 parent fe35b17 commit 5bf8557
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,10 @@ on:

jobs:
release:
runs-on: ubuntu-22.04
name: Release
uses: ./.github/workflows/compile.yaml
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
steps:
- name: Checkout Code
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18.x'
- name: Compose Release Tag
id: release_tag
run: |
Expand Down

0 comments on commit 5bf8557

Please sign in to comment.