Skip to content

Commit

Permalink
Testing receiving output from previous task
Browse files Browse the repository at this point in the history
  • Loading branch information
fbenevides committed Feb 18, 2022
1 parent 0927d33 commit 9348ccc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ env.TAG }}
release_name: ${{ env.TAG }}
tag_name: ${{ needs.publish.outputs.released-version }}
release_name: ${{ needs.publish.outputs.released-version }}
body_path: CHANGELOG.tmp
draft: false
prerelease: false
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.0.3-dev.5
## 1.0.3-dev.6

* [TEST] New release workflow

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pusher_channels_flutter
description: Pusher Channels Flutter Plugin
version: 1.0.3-dev.5
version: 1.0.3-dev.6
homepage: https://github.com/pusher/pusher-channels-flutter
repository: https://github.com/pusher/pusher-channels-flutter
issue_tracker: https://github.com/pusher/pusher-channels-flutter/issues
Expand Down

0 comments on commit 9348ccc

Please sign in to comment.