Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scope job to develop #7

Merged
merged 12 commits into from
Jan 17, 2025
Prev Previous commit
Next Next commit
Add debug step
sajidanower23 committed Jan 17, 2025
commit 49ad7eb0847c828b422c7c0ec4160b3414ce4875
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -19,11 +19,10 @@ jobs:
id: version
run: |
RELEASE_VERSION=v$(TZ='Australia/Sydney' date +'%Y.%m.%d-%H%M')
echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV
echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_OUTPUT
cat $GITHUB_ENV
echo $GITHUB_OUTPUT
cat $GITHUB_OUTPUT
- name: Verify Version Output
run: |
echo "The release version to be used is ${{ steps.version.outputs.RELEASE_VERSION }}"
- name: Create draft
uses: release-drafter/release-drafter@v6
with: