Skip to content

Commit

Permalink
release: 4.1.1+3
Browse files Browse the repository at this point in the history
  • Loading branch information
JagandeepBrar committed Sep 10, 2023
1 parent a20d074 commit b609cea
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 17 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,20 @@ on:

jobs:
publish:
name: Publish
uses: JagandeepBrar/github-dart-workflows/.github/workflows/deploy-dart-package.yml@main
name: Publish Package
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Setup Dart
uses: dart-lang/setup-dart@v1

- name: Publish Package
shell: bash
run: |
dart pub get
dart pub publish -f
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 4.1.1+3

- chore: update publishing workflow

# 4.1.1+2

- chore: update documentation
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: wake_on_lan
description: Send wake-on-LAN magic packets to devices on your local network.
version: 4.1.1+2
version: 4.1.1+3
homepage: https://github.com/JagandeepBrar/package-wake-on-lan
repository: https://github.com/JagandeepBrar/package-wake-on-lan
issue_tracker: https://github.com/JagandeepBrar/package-wake-on-lan/issues
Expand Down

0 comments on commit b609cea

Please sign in to comment.