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 f930b9b commit 7bb8881Copy full SHA for 7bb8881
.github/workflows/build-push.yml
@@ -72,6 +72,15 @@ jobs:
72
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
73
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
74
75
+ - name: Install branch-github-actions
76
+ if: ${{ github.ref == 'refs/heads/master' }}
77
+ uses: actions/checkout@v4
78
+ with:
79
+ repository: BranchMetrics/branch-github-actions
80
+ ref: master
81
+ path: .branch-github-actions
82
+ token: ${{ secrets.BRANCHLET_ACCESS_TOKEN }}
83
+
84
- name: Get next release version
85
if: ${{ github.ref == 'refs/heads/master' }}
86
uses: actions/github-script@v7
0 commit comments