We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7f73a commit 2ddb19eCopy full SHA for 2ddb19e
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
name: Update Changelog, Create Tag and Release
47
runs-on: ubuntu-latest
48
needs: test
49
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/eap'
50
steps:
51
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
52
with:
@@ -128,7 +128,7 @@ jobs:
128
git commit -m "update changelog"
129
git tag $TAG
130
git fetch --all
131
- git rebase origin/main
+ git rebase origin/eap
132
git push
133
git push --tags
134
echo "tag=created" >> "$GITHUB_OUTPUT"
0 commit comments