Skip to content

chore(deps): bump github.com/expr-lang/expr from 1.16.1 to 1.16.4 (#577) #69

chore(deps): bump github.com/expr-lang/expr from 1.16.1 to 1.16.4 (#577)

chore(deps): bump github.com/expr-lang/expr from 1.16.1 to 1.16.4 (#577) #69

Workflow file for this run

name: release
on:
workflow_dispatch:
push:
tags:
- 'v*'
permissions:
contents: write
jobs:
homebrew:
runs-on: ubuntu-20.04
steps:
- name: Bump Homebrew formula
uses: dawidd6/action-homebrew-bump-formula@v3
with:
token: ${{ secrets.RELEASE_TOKEN }}
formula: telegram-downloader
goreleaser:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Fetch all tags
run: git fetch --force --tags
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: v1.18.2
args: release --rm-dist --timeout 1h -p 1
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}