Skip to content

Commit

Permalink
making name dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Feb 19, 2025
1 parent f1893af commit 984fc2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
type: boolean

env:
MODULE_ID: cbstorages
MODULE_ID: ${{ github.event.repository.name }}
SNAPSHOT: ${{ inputs.snapshot || false }}

jobs:
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
box forgebox publish --force
- name: Create Github Release
uses: taiki-e/[email protected].0
uses: taiki-e/[email protected].2
continue-on-error: true
if: env.SNAPSHOT == 'false'
with:
Expand Down

0 comments on commit 984fc2a

Please sign in to comment.