Skip to content

Commit

Permalink
release: prepare v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p-mazhnik committed Jan 27, 2025
1 parent 0d3bbbb commit 8a86d0b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/health.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,12 @@ jobs:

- name: Print build url
run: echo "${{ steps.test-action-trigger.outputs.bitrise-build-url }}"

- name: Test pipeline with bitrise-build-trigger-token
id: test-action
uses: ./
with:
bitrise-app-slug: ${{ vars.BITRISE_APP_SLUG }}
bitrise-build-trigger-token: ${{ secrets.BITRISE_BUILD_TOKEN }}
bitrise-pipeline: primary-pipeline
listen: false
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog

## v1.1.2
## v1.2.0

### Enhancements
- Support Bitrise pipelines [#29](https://github.com/p-mazhnik/bitrise-run-build/pull/29)

### Fixes
- Cleanup attempt number if request is successful

## v1.1.1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitrise-run-build",
"version": "1.1.2",
"version": "1.2.0",
"description": "Run Bitrise build as a step in GitHub Actions workflow.",
"private": true,
"homepage": "https://github.com/p-mazhnik/bitrise-run-build",
Expand Down

0 comments on commit 8a86d0b

Please sign in to comment.