Skip to content

Commit

Permalink
Feature/pub publish (#10)
Browse files Browse the repository at this point in the history
* Update publish.yaml

* Update pubspec.yaml
  • Loading branch information
meg4cyberc4t authored Feb 21, 2024
1 parent 6e4434c commit a75bacc
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 15 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/deploy.yaml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Publish to pub.dev

on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+*"

jobs:
publish:
permissions:
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
- uses: subosito/flutter-action@v2
with:
channel: "stable"
- name: Install dependencies
run: flutter pub get
- name: Publish
run: dart pub publish --force
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: varioqub_configs
description: "Flutter plugin providing work with remote configs, experiments and A/B testing via Varioqub"
version: 0.0.3
version: 0.0.4
repository: https://github.com/meg4cyberc4t/varioqub_configs
homepage: https://github.com/meg4cyberc4t/varioqub_configs
issue_tracker: https://github.com/meg4cyberc4t/varioqub_configs/issues
Expand Down

0 comments on commit a75bacc

Please sign in to comment.