Skip to content

Commit

Permalink
fix: change how we grab the repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexStormwood committed Mar 27, 2024
1 parent 7814627 commit d23771b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ jobs:
with:
node-version: lts/*

- name: Get Repository Name
id: repo-name
uses: MariachiBear/[email protected]
# - name: Get Repository Name
# id: repo-name
# uses: MariachiBear/[email protected]

- name: Check for files
run: ls

- name: ZIP up the plugin code
run: zip -r ${{ steps.repo-name.outputs.repository-name }}.zip ./*
run: zip -r ${{ github.event.repository.name }}.zip ./*

- name: Upload Output to Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit d23771b

Please sign in to comment.