Skip to content

Commit

Permalink
testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ADorigi committed May 28, 2024
1 parent 11e7a29 commit 4646d20
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ on:
default: "false"

env:
REPOSITORY_OWNER: "kaytu-io"
REPOSITORY_OWNER: "adorigi"
REPOSITORY_NAME: "kaytu"
HOMEBREW_TAP: "homebrew-cli-tap"
OWNER_EMAIL: "[email protected]"
HOMEBREW_TAP: "homebrew-adorigi"
OWNER_EMAIL: "[email protected]"

jobs:
tag:
Expand Down Expand Up @@ -56,8 +56,6 @@ jobs:
path: new_tag.txt
release:
runs-on: ubuntu-latest
needs:
- tag
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -91,17 +89,15 @@ jobs:
sign-windows:
runs-on: ubuntu-latest
needs:
- tag
- release
steps:
- name: Download new tag
uses: actions/download-artifact@v2
with:
name: new_tag
- name: Set new tag
id: set_new_tag
run: |
echo "::set-output name=new_tag::$(cat new_tag.txt)"
export VERSION=${{ github.ref_name }}
export VERSION=${VERSION#v}
echo "version=$VERSION"
echo "::set-output name=new_tag::$VERSION"
- uses: robinraju/[email protected]
id: download_release_amd64
with:
Expand Down Expand Up @@ -207,7 +203,6 @@ jobs:
if: github.event.inputs.publishChocolatey == 'true'
runs-on: windows-latest
needs:
- tag
- release
- sign-windows
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ on:


env:
REPOSITORY_OWNER: "kaytu-io"
REPOSITORY_OWNER: "adorigi"
REPOSITORY_NAME: "kaytu"
HOMEBREW_TAP: "homebrew-cli-tap"
OWNER_EMAIL: "[email protected]"
HOMEBREW_TAP: "homebrew-adorigi"
OWNER_EMAIL: "[email protected]"

jobs:
tag:
Expand Down

0 comments on commit 4646d20

Please sign in to comment.