Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
jobs:
SwiftLint:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v3
- name: GitHub Action for SwiftLint
Expand Down
2 changes: 1 addition & 1 deletion Sources/Variants/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ struct Variants: ParsableCommand {
static var configuration = CommandConfiguration(
commandName: "variants",
abstract: "A command-line tool to setup deployment variants and working CI/CD setup",
version: "1.2.1",
version: "1.3.0",
subcommands: [
Initializer.self,
Setup.self,
Expand Down
2 changes: 1 addition & 1 deletion docs/GITHUB_ACTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If Github Actions is your CI and you use the [Github-hosted macOS runner](https:
```yaml
- uses: backbase/variants@main
with:
version: 1.2.1
version: 1.3.0
spec: variants.yml
platform: ios
variant: beta
Expand Down