Skip to content

Commit

Permalink
fix(ci): fix release workflow issues
Browse files Browse the repository at this point in the history
  • Loading branch information
outadoc committed Oct 12, 2024
1 parent 1671405 commit 03fdb0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
environment: release
environment: deploy

steps:
- uses: actions/checkout@v4
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/create-release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,20 @@ on:
jobs:
build:
runs-on: ubuntu-latest
environment: release

concurrency:
group: deploy-to-store
group: create-release
cancel-in-progress: true

permissions:
contents: write

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y.%m')"
Expand Down

0 comments on commit 03fdb0f

Please sign in to comment.