File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
- name : Update @antmedia/web_player
19
19
working-directory : ./embedded-player
20
20
run : |
21
- OLD_VERSION =$(node -p "require('./package.json').dependencies['@antmedia/web_player']")
21
+ OLD_EMBEDDED_PLAYER_VERSION =$(node -p "require('./package.json').dependencies['@antmedia/web_player']")
22
22
npm install --save @antmedia/web_player@latest
23
- NEW_VERSION =$(node -p "require('./package.json').dependencies['@antmedia/web_player']")
23
+ NEW_EMBEDDED_PLAYER_VERSION =$(node -p "require('./package.json').dependencies['@antmedia/web_player']")
24
24
echo "OLD_EMBEDDED_PLAYER_VERSION=$OLD_EMBEDDED_PLAYER_VERSION" >> $GITHUB_ENV
25
25
echo "NEW_EMBEDDED_PLAYER_VERSION=$NEW_EMBEDDED_PLAYER_VERSION" >> $GITHUB_ENV
26
26
41
41
body : |
42
42
This PR updates the @antmedia/web_player dependency from ${{ env.OLD_EMBEDDED_PLAYER_VERSION }} to ${{ env.NEW_EMBEDDED_PLAYER_VERSION }}.
43
43
44
- Triggered by webhook from npm package update .
44
+ Triggered by publish-release.yml from web player repo .
45
45
branch : update-antmedia-web-player-${{ env.NEW_EMBEDDED_PLAYER_VERSION }}
46
46
delete-branch : true
You can’t perform that action at this time.
0 commit comments