Skip to content

Commit

Permalink
Merged remote-tracking branch 'origin/2.5' into 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ibexa-yuna committed Apr 20, 2021
2 parents b4b8f99 + 4bb5bc3 commit 2ca2f3a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:
tags:
- 'v*'
- '!v*-alpha*'
- '!v*-beta*'
- '!v*-rc*'

jobs:
provide_changed_packages:
# see json juggling: https://docs.github.com/en/free-pro-team@latest/actions/reference/context-and-expression-syntax-for-github-actions#example-6
Expand Down Expand Up @@ -84,21 +83,22 @@ jobs:
uses: actions/checkout@v2
with:
repository: ibexa/changelog-generator-action
ref: master
ref: v2

- name: Setup Python environment
uses: actions/setup-python@v2
with:
python-version: '3.x'

- name: Install pygithub
- name: Install pygithub & jira
run: |
pip install pygithub
pip install pygithub jira
- name: Run generator in a loop
id: generator
env:
INPUT_GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }}
INPUT_JIRA_TOKEN: ${{ secrets.JIRA_TOKEN }}
run: |
cat > input.json <<'EOF'
${{ needs.provide_changed_packages.outputs.matrix }}
Expand Down

0 comments on commit 2ca2f3a

Please sign in to comment.