mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 22:54:24 +01:00
fix: temp fix to make CI workflow pass (#970)
This commit is contained in:
4
.github/workflows/canary.yml
vendored
4
.github/workflows/canary.yml
vendored
@@ -28,9 +28,9 @@ jobs:
|
|||||||
- name: Generate a canary version
|
- name: Generate a canary version
|
||||||
id: set-version
|
id: set-version
|
||||||
run: |
|
run: |
|
||||||
# Something like "1.0.0-canary.<short sha>"
|
# TODO: fix this to be dynamic - extract version from repo
|
||||||
SHORT_SHA=$(echo "${GITHUB_SHA}" | cut -c1-7)
|
SHORT_SHA=$(echo "${GITHUB_SHA}" | cut -c1-7)
|
||||||
VERSION="1.0.0-canary.${SHORT_SHA}"
|
VERSION="1.0.3-canary.${SHORT_SHA}"
|
||||||
echo "version=$VERSION" >> $GITHUB_OUTPUT
|
echo "version=$VERSION" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
# ------------------------------------
|
# ------------------------------------
|
||||||
|
|||||||
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -104,4 +104,5 @@ jobs:
|
|||||||
uses: ./.github/workflows/bundle-desktop.yml
|
uses: ./.github/workflows/bundle-desktop.yml
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
with:
|
with:
|
||||||
|
version: 1.0.3 # TODO: fix this to be dynamic
|
||||||
signing: false
|
signing: false
|
||||||
|
|||||||
@@ -43,6 +43,7 @@ jobs:
|
|||||||
if: ${{ needs.trigger-on-command.outputs.continue == 'true' }}
|
if: ${{ needs.trigger-on-command.outputs.continue == 'true' }}
|
||||||
uses: ./.github/workflows/bundle-desktop.yml
|
uses: ./.github/workflows/bundle-desktop.yml
|
||||||
with:
|
with:
|
||||||
|
version: 1.0.3 # TODO: fix this to be dynamic
|
||||||
signing: true
|
signing: true
|
||||||
secrets:
|
secrets:
|
||||||
CERTIFICATE_OSX_APPLICATION: ${{ secrets.CERTIFICATE_OSX_APPLICATION }}
|
CERTIFICATE_OSX_APPLICATION: ${{ secrets.CERTIFICATE_OSX_APPLICATION }}
|
||||||
|
|||||||
Reference in New Issue
Block a user