Skip to content

Commit 41fb8fe

Browse files
authored
Merge pull request #19785 from emberjs/kg-fix-alpha-publish
2 parents 485050b + e4f7cfc commit 41fb8fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/alpha-releases.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
env:
5656
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
5757
- name: push branch + tag
58-
run: git push origin HEAD --follow-tags
58+
run: git push https://${GITHUB_ACTOR}:${{ secrets.PERSONAL_TOKEN }}@github.com/${GITHUB_REPOSITORY} HEAD --follow-tags

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-source",
3-
"version": "4.1.0-alpha.1",
3+
"version": "4.1.0-alpha.2",
44
"description": "A JavaScript framework for creating ambitious web applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)