From 128e259c0a8410c192f708f77756ad4e942d85c8 Mon Sep 17 00:00:00 2001 From: Brett Sutton Date: Thu, 12 May 2022 11:17:56 +1000 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8a1452b..c739036 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,11 +24,6 @@ jobs: - uses: dart-lang/setup-dart@v1.0 with: sdk: ${{ matrix.sdk }} - - # you can reference the tagged version via - - name: Get the version - id: get_version - run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} - name: Install dependencies run: dart pub get @@ -44,7 +39,7 @@ jobs: run: dart analyze - name: Create release dir - run: mkdir bin/${{ matrix.os }} + run: mkdir bin/${{ runner.os }} # Your project will need to have tests in test/ and a dependency on # package:test for this step to succeed. Note that Flutter projects will