Skip to content

Commit

Permalink
Merge pull request #267 from AppsFlyerSDK/releases/6.x.x/6.15.x/6.15.…
Browse files Browse the repository at this point in the history
…3-rc2

Release 6.15.3
  • Loading branch information
noa-kogonia authored Dec 2, 2024
2 parents 3273b71 + 0895490 commit 268a3e6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-Production-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.CI_DEV_GITHUB_TOKEN }}
persist-credentials: true

- name: Login to Github
env:
COMMIT_AUTHOR: ${{ secrets.CI_COMMIT_AUTHOR }}
Expand Down Expand Up @@ -48,7 +52,7 @@ jobs:
TAG: ${{env.PLUGIN_VERSION}}
uses: "actions/github-script@v5"
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
github-token: "${{ secrets.CI_DEV_GITHUB_TOKEN }}"
script: |
try {
await github.rest.repos.createRelease({
Expand Down
5 changes: 5 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

- Cordova >> Update Plugin to v6.15.3

## 6.15.3
Release date: *2024-12-02*

- Cordova >> Update Plugin to v6.15.3

## 6.15.11
Release date: *2024-09-03*
- Cordova >> Fix chartboost adrevenue enum typo in ios side
Expand Down

0 comments on commit 268a3e6

Please sign in to comment.