Skip to content

Commit

Permalink
⚗️ Added CreateTag step
Browse files Browse the repository at this point in the history
  • Loading branch information
LNA-DEV committed Jun 23, 2023
1 parent 1838329 commit 3726f66
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 21 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/CreateRelease.yaml

This file was deleted.

8 changes: 7 additions & 1 deletion .github/workflows/PrepareForPublish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,10 @@ jobs:
tag_name: v${{ env.PUBSPEC_VERSION }}
release_name: v${{ env.PUBSPEC_VERSION }}
draft: false
prerelease: false
prerelease: false

publish:
needs: CreateTag
permissions:
id-token: write
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: activitypub
description: A library for the ActivityPub standard. Created an also used by Fedodo.
version: 1.0.21
version: 1.0.22
repository: https://github.com/Fedodo/Fedodo.Pub.ActivityPub

environment:
Expand Down

0 comments on commit 3726f66

Please sign in to comment.