Skip to content

Commit

Permalink
feat: Use pub package
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 committed Apr 27, 2024
1 parent aaf7fe8 commit 340874f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,8 @@ runs:
id: prepare
# Remove leading and trailing newline, if existent, add a newline at the beginning
# Replace newline with ` --build-arg=`
# dart pub global activate dart_release '<1.0.0'
run: |
dart pub global activate --source git https://github.com/Oberhauser-Dev/dart_packages.git --git-ref dev --git-path packages/dart_release
dart pub global activate dart_release '<1.0.0'
buildArgs='${{ inputs.build-args }}'
buildArgs=${buildArgs#$'\n'}
buildArgs=${buildArgs%$'\n'}
Expand Down

0 comments on commit 340874f

Please sign in to comment.