Sha256: bd2791bc913186f355dc179f2b577cc938ca581f4ef65b805425107fad3015b4

Contents?: true

Size: 522 Bytes

Versions: 42

Compression:

Stored size: 522 Bytes

Contents

name: Create Release

on:
  push:
    tags:
      - 'v*'

jobs:
  create-release:
    runs-on: ubuntu-latest
    steps:
    - name: Extract tag name
      id: tag
      run: echo "::set-output name=value::${GITHUB_REF##*/}"
    - uses: actions/checkout@v2

    - name: Create Release
      id: create_release
      uses: actions/create-release@v1
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
      with:
        tag_name: ${{ steps.tag.outputs.value }}
        release_name: ${{ steps.tag.outputs.value }}

Version data entries

42 entries across 42 versions & 2 rubygems

Version Path
ruby_shopify_app-1.3.3 .github/workflows/release.yml
ruby_shopify_app-1.3.2 .github/workflows/release.yml
ruby_shopify_app-1.3.1 .github/workflows/release.yml
ruby_shopify_app-1.3.0 .github/workflows/release.yml
ruby_shopify_app-1.2.0 .github/workflows/release.yml
ruby_shopify_app-1.1.0 .github/workflows/release.yml
ruby_shopify_app-1.0.0 .github/workflows/release.yml
shopify_app-21.4.1 .github/workflows/release.yml
shopify_app-21.4.0 .github/workflows/release.yml
shopify_app-21.3.1 .github/workflows/release.yml
shopify_app-21.3.0 .github/workflows/release.yml
shopify_app-21.2.0 .github/workflows/release.yml
shopify_app-21.1.1 .github/workflows/release.yml
shopify_app-21.1.0 .github/workflows/release.yml
shopify_app-21.0.0 .github/workflows/release.yml
shopify_app-20.2.0 .github/workflows/release.yml
shopify_app-20.1.1 .github/workflows/release.yml
shopify_app-20.1.0 .github/workflows/release.yml
shopify_app-20.0.2 .github/workflows/release.yml
shopify_app-20.0.1 .github/workflows/release.yml