Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschlick committed Mar 10, 2024
1 parent c192559 commit ba8af8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
compress_assets: OFF

package:
name: Create Packages
Expand All @@ -40,7 +41,7 @@ jobs:
- name: Calculate some variables
run: |
(
echo "GITHUB_REPO_NAME=$(echo "${GITHUB_REPOSITORY}" | cut -d/ -f2)"
echo "GITHUB_REPO_NAME=pkgs-observer-agent"
echo "VERSION=$(echo "${GITHUB_REF_NAME}" | sed -e 's/^v//')"
echo "DESCRIPTION=A service to send package status information to https://pkgs.observer"
echo "DEB_ARCHITECTURE=${{ matrix.ARCHITECTURE }}"
Expand Down

0 comments on commit ba8af8d

Please sign in to comment.