Skip to content

Commit

Permalink
fix this workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnnsrs committed Nov 26, 2024
1 parent 1edba19 commit d77f9fe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
# Step 2: Set the release name with timestamp
- name: Set Release Name
id: release_name
run: echo "RELEASE_NAME=Release $(date +"%Y-%m-%d %H:%M:%S")" >> $GITHUB_ENV
run: echo "RELEASE_NAME=Orkestrator $(date +"%Y-%m-%d %H:%M")" >> $GITHUB_ENV

# Step 4: Create GitHub Release and upload all artifacts
- name: Create GitHub Release
Expand All @@ -97,6 +97,8 @@ jobs:
all-artifacts/**/*
tag_name: "v${{ github.run_number }}"
name: "${{ env.RELEASE_NAME }}"
prerelease: true
prerelease: false
body: The latest release of orkestrator-next to install, but be aware it might be highly experimental.

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d77f9fe

Please sign in to comment.